Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the dev-dependencies group with 28 updates #29

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2023

Bumps the dev-dependencies group with 28 updates:

Package From To
github.com/F5Networks/k8s-bigip-ctlr/v2 2.13.0 2.14.0
github.com/IBM/go-sdk-core/v5 5.13.4 5.14.1
github.com/IBM/networking-go-sdk 0.42.0 0.42.2
github.com/aliyun/alibaba-cloud-sdk-go 1.62.380 1.62.549
github.com/ans-group/sdk-go 1.16.5 1.16.10
github.com/aws/aws-sdk-go 1.44.285 1.45.7
github.com/civo/civogo 0.3.14 0.3.45
github.com/cloudflare/cloudflare-go 0.69.0 0.76.0
github.com/digitalocean/godo 1.99.0 1.102.1
github.com/dnsimple/dnsimple-go 1.2.0 1.4.0
github.com/gophercloud/gophercloud 1.4.0 1.6.0
github.com/linode/linodego 1.17.0 1.21.0
github.com/oracle/oci-go-sdk/v65 65.41.0 65.49.0
github.com/ovh/go-ovh 1.4.1 1.4.2
github.com/pluralsh/gqlclient 1.3.17 1.10.0
github.com/projectcontour/contour 1.25.0 1.26.0
github.com/scaleway/scaleway-sdk-go 1.0.0-beta.17 1.0.0-beta.20
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common 1.0.684 1.0.746
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod 1.0.684 1.0.746
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns 1.0.684 1.0.746
github.com/transip/gotransip/v6 6.20.0 6.21.0
go.uber.org/ratelimit 0.2.0 0.3.0
golang.org/x/net 0.14.0 0.15.0
golang.org/x/oauth2 0.11.0 0.12.0
google.golang.org/api 0.128.0 0.140.0
gopkg.in/ns1/ns1-go.v2 2.7.6 2.7.8
istio.io/api 0.0.0-20230524015941-fa6c5f7916bf 1.19.0
istio.io/client-go 1.18.0 1.19.0

Updates github.com/F5Networks/k8s-bigip-ctlr/v2 from 2.13.0 to 2.14.0

Release notes

Sourced from github.com/F5Networks/k8s-bigip-ctlr/v2's releases.

Release v2.14.0

  • See release notes for details on what has changed in this release.
  • The container F5 Container Ingress Services for Kubernetes and OpenShift is available on DockerHub and can be downloaded using the Docker CLI:
docker pull f5networks/k8s-bigip-ctlr:2.14.0

Release v2.13.1

  • See release notes for details on what has changed in this release.
  • The container F5 Container Ingress Services for Kubernetes and OpenShift is available on DockerHub and can be downloaded using the Docker CLI:
docker pull f5networks/k8s-bigip-ctlr:2.13.1
Changelog

Sourced from github.com/F5Networks/k8s-bigip-ctlr/v2's changelog.

2.14.0

Added Functionality

**What's new:**
    * Multi Cluster support
        * Support for custom resources on openshift & kubernetes. See `Documentation <https://github.com/F5Networks/k8s-bigip-ctlr/tree/master/docs/config_examples/multicluster>`_ for more details.
        * Support for routes on openshift. See `Documentation <https://github.com/F5Networks/k8s-bigip-ctlr/tree/master/docs/config_examples/multicluster>`_ for more details.
    * Configmap
        * Support for AS3 logLevel parameter in configmap
        * Support for AS3 persist parameter in configmap
    * Ingress
        * Support for default pool using the single-service ingress
    * CRD
        * NodePortLocal mode support added with all custom resources
        * Support for default pool with VS CR. See `Examples <https://github.com/F5Networks/k8s-bigip-ctlr/blob/master/docs/config_examples/customResource/VirtualServer/defaultpool/>`_
        * Support for service typeLB in EDNS CR, See `Examples <https://github.com/F5Networks/k8s-bigip-ctlr/blob/master/docs/config_examples/customResource/serviceTypeLB/service-type-lb-with-hostname.yaml>`_
        * Support for **persistence** capability for service published through EDNS.  See `Examples <https://github.com/F5Networks/k8s-bigip-ctlr/blob/master/docs/config_examples/customResource/ExternalDNS/externaldns.yaml>`_
        * Support for wildcard domain in EDNS CR. See `Examples <https://github.com/F5Networks/k8s-bigip-ctlr/blob/master/docs/config_examples/customResource/ExternalDNS/externaldns-wildcard-domain.yaml>`_
        * Support for preferred client subnet in EDNS CR using AS3. See `Examples <https://github.com/F5Networks/k8s-bigip-ctlr/blob/master/docs/config_examples/customResource/ExternalDNS/externaldns-client-subnet-preferred.yaml>`_
        * Support for fallbackLbmode with EDNS CR See `Examples <https://github.com/F5Networks/k8s-bigip-ctlr/blob/master/docs/config_examples/customResource/ExternalDNS/external-dns-with-lbModeFallback>`_
        * Support for wildcard domain name with passthrough termination
    * Helm Chart Enhancements
        * Support for latest CRD schema
    * New log level **AS3DEBUG** to log the AS3 request & response for AS3 mode
    * CIS is now compatible with BIG-IP 17.x

Bug Fixes

* CIS properly handles virtual server CRs with same IP address but different hostnames and traffic termination settings.
* `Issue 2785 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/2785&gt;`_: Support for wildcard domains in EDNS CR
* `Issue 2813 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/2813&gt;`_: Add EDNS support for service typeLB.
* `Issue 2850 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/2850&gt;`_: Fix for AS3 config updated every 30 seconds by CIS with default ingress backend
* `Issue 2909 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/2909&gt;`_: Fix for empty pool members when K8S API server throws any error
* `Issue 2941 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/2941&gt;`_: Fix for services with same name in different namespaces in NodePortLocal mode
* `Issue 2978 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/2978&gt;`_: Nodes in 'NotReady' state are not removed from their pool(s) when using ServiceType LoadBalancer
* `Issue 3004 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/3004&gt;`_: ExternalDNS Global Availability Mode not working

Known Issues

  • [Multi-Cluster] Pool members are not getting populated for extended service in ratio mode
  • [Multi-Cluster] CIS doesn't update pool members if service doesn't exist in primary cluster but exists in secondary cluster for Route.
  • [Multi-Cluster] CIS on start up in multiCluster mode, if any external cluster kube-api server is down/not reachable, CIS does not process any valid clusters config also.
  • [Multi-Cluster] CIS fails to post declaration intermittently with VS when using health monitors in ratio mode.

2.13.1

Bug Fixes </tr></table>

... (truncated)

Commits

Updates github.com/IBM/go-sdk-core/v5 from 5.13.4 to 5.14.1

Release notes

Sourced from github.com/IBM/go-sdk-core/v5's releases.

v5.14.1

5.14.1 (2023-08-22)

Bug Fixes

  • RedactSecrets: add additional keywords to be redacted (#191) (d176568), closes #190

v5.14.0

5.14.0 (2023-08-18)

Features

Changelog

Sourced from github.com/IBM/go-sdk-core/v5's changelog.

5.14.1 (2023-08-22)

Bug Fixes

  • RedactSecrets: add additional keywords to be redacted (#191) (d176568), closes #190

5.14.0 (2023-08-18)

Features

Commits
  • 030f198 chore(release): 5.14.1 release notes [skip ci]
  • 682cb9d Update version numbers from 5.14.0 -> 5.14.1 [skip ci]
  • d176568 fix(RedactSecrets): add additional keywords to be redacted (#191)
  • 9c39119 chore(release): 5.14.0 release notes [skip ci]
  • 891b523 Update version numbers from 5.13.4 -> 5.14.0 [skip ci]
  • d1496b1 feat: bump Go versions (#188)
  • f5f67c1 docs: update header to match TOC list (#189)
  • db2b5d4 build: bump semantic-release to avoid vulnerabilities (#187)
  • See full diff in compare view

Updates github.com/IBM/networking-go-sdk from 0.42.0 to 0.42.2

Release notes

Sourced from github.com/IBM/networking-go-sdk's releases.

v0.42.2

0.42.2 (2023-07-07)

Bug Fixes

v0.42.1

0.42.1 (2023-06-22)

Bug Fixes

Changelog

Sourced from github.com/IBM/networking-go-sdk's changelog.

0.42.2 (2023-07-07)

Bug Fixes

0.42.1 (2023-06-22)

Bug Fixes

Commits
  • 9cb035e chore(release): 0.42.2 release notes [skip ci]
  • cd561eb Update version 0.42.1 -> 0.42.2 [skip ci]
  • 30435e0 chore: minor text changes (#147)
  • 9ee283d fix: update DL Route Report (#133)
  • 29d4fc3 chore(release): 0.42.1 release notes [skip ci]
  • 46f4fe5 Update version 0.42.0 -> 0.42.1 [skip ci]
  • c859a49 Merge pull request #146 from IBM/zoneInfo-not-set-bug
  • 5ad141f fix(zoneInfo-not-set-bug): use for loop zone
  • 706f3ef Merge pull request #144 from IBM/as_cis_bot_analytics
  • b525d5d fix: added comments
  • Additional commits viewable in compare view

Updates github.com/aliyun/alibaba-cloud-sdk-go from 1.62.380 to 1.62.549

Release notes

Sourced from github.com/aliyun/alibaba-cloud-sdk-go's releases.

v1.62.549

  • Generated 2015-01-01 for R-kvstore.
  • Update Sdk.

v1.62.548

  • Generated 2017-09-12 for Cbn.
  • DescribeChildInstanceRegions.

v1.62.547

  • Generated 2015-12-01 for Dds.
  • Update by SDK platform.

v1.62.546

  • Generated 2016-01-20 for Kms.
  • add Instance, NetworkRule, Policy, ApplicationAccessPoint, ClientKey OpenAPIs

v1.62.545

  • Generated 2023-06-21 for PaiFeatureStore.
  • Add eventTime, equal in ExportModelFeatureTrainingSetTable.

v1.62.544

  • Generated 2023-06-21 for PaiFeatureStore.
  • Add taskId in WriteFeatureViewTable.

v1.62.543

  • Generated 2018-01-20 for Iot.

v1.62.542

  • Generated 2017-08-01 for polardb.
  • Support new feature.

v1.62.541

  • Generated 2018-04-12 for EHPC.
  • Parameter changes in SubmitServerlessJob.

v1.62.540

  • Generated 2015-01-01 for R-kvstore.
  • Update Sdk.

v1.62.539

  • Generated 2022-05-30 for eflo.
  • Support ListNodeInfos4Pod.

v1.62.538

  • Generated 2023-06-21 for PaiFeatureStore.
  • Add request parameter Name in ListFeatureViews.

v1.62.537

  • Generated 2022-05-30 for eflo.
  • Support ListNodeInfos4Pod.

... (truncated)

Changelog

Sourced from github.com/aliyun/alibaba-cloud-sdk-go's changelog.

2023-09-12 Version: v1.62.549

  • Generated 2015-01-01 for R-kvstore.
  • Update Sdk.

2023-09-12 Version: v1.62.548

  • Generated 2017-09-12 for Cbn.
  • DescribeChildInstanceRegions.

2023-09-11 Version: v1.62.547

  • Generated 2015-12-01 for Dds.
  • Update by SDK platform.

2023-09-11 Version: v1.62.546

  • Generated 2016-01-20 for Kms.
  • add Instance, NetworkRule, Policy, ApplicationAccessPoint, ClientKey OpenAPIs

2023-09-08 Version: v1.62.545

  • Generated 2023-06-21 for PaiFeatureStore.
  • Add eventTime, equal in ExportModelFeatureTrainingSetTable.

2023-09-08 Version: v1.62.544

  • Generated 2023-06-21 for PaiFeatureStore.
  • Add taskId in WriteFeatureViewTable.

2023-09-07 Version: v1.62.543

  • Generated 2018-01-20 for Iot.

2023-09-07 Version: v1.62.542

  • Generated 2017-08-01 for polardb.
  • Support new feature.

2023-09-06 Version: v1.62.541

  • Generated 2018-04-12 for EHPC.
  • Parameter changes in SubmitServerlessJob.

2023-09-05 Version: v1.62.540

  • Generated 2015-01-01 for R-kvstore.
  • Update Sdk.

2023-09-04 Version: v1.62.539

  • Generated 2022-05-30 for eflo.
  • Support ListNodeInfos4Pod.

2023-09-04 Version: v1.62.538

  • Generated 2023-06-21 for PaiFeatureStore.
  • Add request parameter Name in ListFeatureViews.

2023-09-04 Version: v1.62.537

  • Generated 2022-05-30 for eflo.

... (truncated)

Commits
  • ebfc0ab Generated 2015-01-01 for R-kvstore.
  • ae4a172 Generated 2017-09-12 for Cbn.
  • b128b46 Generated 2015-12-01 for Dds.
  • d027839 Generated 2016-01-20 for Kms.
  • 46f94bb Generated 2023-06-21 for PaiFeatureStore.
  • 3513216 Generated 2023-06-21 for PaiFeatureStore.
  • 5680a04 Generated 2018-01-20 for Iot.
  • 165675a Generated 2017-08-01 for polardb.
  • d58009f Generated 2018-04-12 for EHPC.
  • 46faa1c Generated 2015-01-01 for R-kvstore.
  • Additional commits viewable in compare view

Updates github.com/ans-group/sdk-go from 1.16.5 to 1.16.10

Commits

Updates github.com/aws/aws-sdk-go from 1.44.285 to 1.45.7

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.45.7 (2023-09-11)

Service Client Updates

  • service/ecr: Updates service API, documentation, and examples
    • This release will have ValidationException be thrown from ECR LifecyclePolicy APIs in regions LifecyclePolicy is not supported, this includes existing Amazon Dedicated Cloud (ADC) regions. This release will also change Tag: TagValue and Tag: TagKey to required.
  • service/medialive: Updates service API and documentation
    • AWS Elemental Link now supports attaching a Link UHD device to a MediaConnect flow.
  • service/quicksight: Updates service API and documentation
    • This release launches new updates to QuickSight KPI visuals - support for sparklines, new templated layout and new targets for conditional formatting rules.

Release v1.45.6 (2023-09-08)

Service Client Updates

  • service/fsx: Updates service documentation
  • service/sagemaker: Updates service API and documentation
    • Autopilot APIs will now support holiday featurization for Timeseries models. The models will now hold holiday metadata and should be able to accommodate holiday effect during inference.
  • service/sso-admin: Updates service API, documentation, and paginators
  • service/workspaces: Updates service API and documentation
    • A new field "ErrorDetails" will be added to the output of "DescribeWorkspaceImages" API call. This field provides in-depth details about the error occurred during image import process. These details include the possible causes of the errors and troubleshooting information.

Release v1.45.5 (2023-09-07)

Service Client Updates

  • service/neptunedata: Updates service API
  • service/securityhub: Updates service documentation
  • service/simspaceweaver: Updates service API

Release v1.45.4 (2023-09-06)

Service Client Updates

  • service/appflow: Updates service API and documentation
  • service/ec2: Updates service API
    • This release adds 'outpost' location type to the DescribeInstanceTypeOfferings API, allowing customers that have been allowlisted for outpost to query their offerings in the API.
  • service/elasticloadbalancingv2: Updates service documentation
  • service/medialive: Updates service API and documentation
    • Adds advanced Output Locking options for Epoch Locking: Custom Epoch and Jam Sync Time
  • service/wafv2: Updates service API and documentation

Release v1.45.3 (2023-09-05)

Service Client Updates

  • service/billingconductor: Updates service API and documentation
  • service/cloud9: Updates service documentation
    • Added support for Ubuntu 22.04 that was not picked up in a previous Trebuchet request. Doc-only update.
  • service/compute-optimizer: Updates service API and documentation

... (truncated)

Commits

Updates github.com/civo/civogo from 0.3.14 to 0.3.45

Release notes

Sourced from github.com/civo/civogo's releases.

v0.3.45

What's Changed

Full Changelog: civo/civogo@v0.3.44...v0.3.45

v0.3.44

What's Changed

Full Changelog: civo/civogo@v0.3.43...v0.3.44

v0.3.42

What's Changed

Full Changelog: civo/civogo@v0.3.41...v0.3.42

v0.3.41

load balancer options added

v0.3.40

No release notes provided.

v0.3.39

No release notes provided.

v0.3.38

No release notes provided.

v0.3.37

No release notes provided.

v0.3.34

No release notes provided.

v0.3.33

No release notes provided.

v0.3.32

No release notes provided.

v0.3.31

No release notes provided.

v0.3.30

... (truncated)

Commits
  • 49d3099 Merge pull request #165 from civo/feat/dbaas-restore
  • 87ac979 Add support for restore postgres db
  • 0e33442 Merge pull request #164 from civo/feat/dbaas-backup
  • 30c18c1 fix lint
  • fa98d48 Support database backup
  • a270b14 Merge pull request #163 from civo/feature/gpu
  • 0d0cd24 addition of gpu_count and gpu_type to instance struct
  • 379d88d Merge pull request #160 from civo/feat/public-ip-node-pool
  • 352141c Add fields related to public_ip_node_pool
  • 2861556 add lb options
  • Additional commits viewable in compare view

Updates github.com/cloudflare/cloudflare-go from 0.69.0 to 0.76.0

Release notes

Sourced from github.com/cloudflare/cloudflare-go's releases.

v0.76.0

BREAKING CHANGES:

  • images: Renamed Image struct "Metadata" field to "Meta" (#1379)

ENHANCEMENTS:

  • access_application: added custom_non_identity_deny_url (#1373)
  • load_balancer_monitor: add support for consecutive_up, consecutive_down (#1380)
  • workers: Add support for retrieving and uploading only script content. (#1361)
  • workers: Add support for retrieving and uploading only script metadata. (#1361)
  • workers: allow namespaced scripts to be used as Worker tail consumers (#1377)

BUG FIXES:

  • access_application: Use autopaginate flag as expected (#1372)
  • access_ca_certificate: Use autopaginate flag as expected (#1372)
  • access_group: Use autopaginate flag as expected (#1372)
  • access_mutual_tls_certifcate: Use autopaginate flag as expected (#1372)
  • access_policy: Use autopaginate flag as expected (#1372)
  • images: Fix issue parsing Image Details from API due to incorrect struct json field (#1379)
  • pagination: Will look at total_count and per_page to calculate total_pages if total_pages is zero (#1372)

v0.75.0

BREAKING CHANGES:

  • cloudflare: Raw method now returns a RawResponse rather than the raw JSON Result message (#1355)
  • rulesets: Rename RulesetPhaseRateLimit to RulesetPhaseHTTPRatelimit, to match the phase name (#1367)
  • rulesets: Rename RulesetPhaseSuperBotFightMode to RulesetPhaseHTTPRequestSBFM, to match the phase name (#1367)

NOTES:

  • rulesets: Remove non-existent allow action (#1367)
  • rulesets: Remove non-existent http_request_main phase (#1367)
  • rulesets: Remove non-public http_response_headers_transform_managed and http_request_late_transform_managed phases (#1367)

ENHANCEMENTS:

  • access_group: add auth_context group ruletype (#1344)
  • access_identity_provider: add attr conditional_access_enabled (#1344)
  • access_identity_provider: add auth context list/put endpoint (#1344)
  • access_service_token: add support for managing Duration (#1347)
  • bot_management: add support for bot_management API (#1363)
  • cloudflare: swap encoding/json for github.com/goccy/go-json (#1360)
  • device_posture_rule: support eid_last_seen and risk_level and correct total_score for Tanium posture rule (#1366)
  • per_hostname_tls_settings: add support for managing hostname level TLS settings (#1356)
  • rulesets: Add the ddos_mitigation action (#1367)
  • waiting_room: add support for queueing_status_code (#1357)
  • web_analytics: add support for web_analytics API (#1348)
  • workers: add support for tagging Worker scripts (#1368)

... (truncated)

Changelog

Sourced from github.com/cloudflare/cloudflare-go's changelog.

0.76.0 (August 30th, 2023)

BREAKING CHANGES:

  • images: Renamed Image struct "Metadata" field to "Meta" (#1379)

ENHANCEMENTS:

  • access_application: added custom_non_identity_deny_url (#1373)
  • load_balancer_monitor: add support for consecutive_up, consecutive_down (#1380)
  • workers: Add support for retrieving and uploading only script content. (#1361)
  • workers: Add support for retrieving and uploading only script metadata. (#1361)
  • workers: allow namespaced scripts to be used as Worker tail consumers (#1377)

BUG FIXES:

  • access_application: Use autopaginate flag as expected (#1372)
  • access_ca_certificate: Use autopaginate flag as expected (#1372)
  • access_group: Use autopaginate flag as expected (#1372)
  • access_mutual_tls_certifcate: Use autopaginate flag as expected (#1372)
  • access_policy: Use autopaginate flag as expected (#1372)
  • images: Fix issue parsing Image Details from API due to incorrect struct json field (#1379)
  • pagination: Will look at total_count and per_page to calculate total_pages if total_pages is zero (#1372)

0.75.0 (August 16th, 2023)

BREAKING CHANGES:

  • cloudflare: Raw method now returns a RawResponse rather than the raw JSON Result message (#1355)
  • rulesets: Rename RulesetPhaseRateLimit to RulesetPhaseHTTPRatelimit, to match the phase name (#1367)
  • rulesets: Rename RulesetPhaseSuperBotFightMode to RulesetPhaseHTTPRequestSBFM, to match the phase name (#1367)

NOTES:

  • rulesets: Remove non-existent allow action (#1367)
  • rulesets: Remove non-existent http_request_main phase (#1367)
  • rulesets: Remove non-public http_response_headers_transform_managed and http_request_late_transform_managed phases (#1367)

ENHANCEMENTS:

  • access_group: add auth_context group ruletype (#1344)
  • access_identity_provider: add attr conditional_access_enabled (#1344)
  • access_identity_provider: add auth context list/put endpoint (#1344)
  • access_service_token: add support for managing Duration (#1347)
  • bot_management: add support for bot_management API (#1363)
  • cloudflare: swap encoding/json for github.com/goccy/go-json (#1360)
  • device_posture_rule: support eid_last_seen and risk_level and correct total_score for Tanium posture rule (#1366)
  • per_hostname_tls_settings: add support for managing hostname level TLS settings (#1356)
  • rulesets: Add the ddos_mitigation action (#1367)
  • waiting_room: add support for queueing_status_code (#1357)

... (truncated)

Commits

Updates github.com/digitalocean/godo from 1.99.0 to 1.102.1

Release notes

Sourced from github.com/digitalocean/godo's releases.

v1.102.1

  • #629 - @​andrewsomething - Provide a custom retryablehttp.ErrorHandler for more consistent returns using retries.

v1.102.0

v1.101.0

v1.100.0

Changelog

Sourced from github.com/digitalocean/godo's changelog.

[v1.102.1] - 2023-08-17

  • #629 - @​andrewsomething - Provide a custom retryablehttp.ErrorHandler for more consistent returns using retries.

[v1.102.0] - 2023-08-14

[v1.101.0] - 2023-08-09

[v1.100.0] - 2023-07-20

Commits

Updates github.com/dnsimple/dnsimple-go from 1.2.0 to 1.4.0

Changelog

Sourced from github.com/dnsimple/dnsimple-go's changelog.

1.4.0

FEATURES:

  • NEW: Added GetDomainTransferLock, EnableDomainTransferLock, and DisableDomainTransferLockdnsimple/dnsimple-go#147

1.3.0

FEATURES:

  • NEW: Added ListRegistrantChanges, CreateRegistrantChange, CheckRegistrantChange, GetRegistrantChange, and DeleteRegistrantChangednsimple/dnsimple-go#146

1.2.1

FEATURES:

  • NEW: Added ActivateZoneDnsdnsimple/dnsimple-go#145
  • NEW: Added DeactivateZoneDnsdnsimple/dnsimple-go#145

IMPROVEMENTS:

  • EmailForward From is deprecated. Please use AliasName instead for creating email forwards, and AliasEmaildnsimple/dnsimple-go#145
  • EmailForward To is deprecated. Please use DestinationEmaildnsimple/dnsimple-go#145
Commits

Updates github.com/gophercloud/gophercloud from 1.4.0 to 1.6.0

Release notes

Sourced from github.com/gophercloud/gophercloud's releases.

v1.6.0

What's Changed

Bumps the dev-dependencies group with 28 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/F5Networks/k8s-bigip-ctlr/v2](https://github.com/F5Networks/k8s-bigip-ctlr) | `2.13.0` | `2.14.0` |
| [github.com/IBM/go-sdk-core/v5](https://github.com/IBM/go-sdk-core) | `5.13.4` | `5.14.1` |
| [github.com/IBM/networking-go-sdk](https://github.com/IBM/networking-go-sdk) | `0.42.0` | `0.42.2` |
| [github.com/aliyun/alibaba-cloud-sdk-go](https://github.com/aliyun/alibaba-cloud-sdk-go) | `1.62.380` | `1.62.549` |
| [github.com/ans-group/sdk-go](https://github.com/ans-group/sdk-go) | `1.16.5` | `1.16.10` |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.44.285` | `1.45.7` |
| [github.com/civo/civogo](https://github.com/civo/civogo) | `0.3.14` | `0.3.45` |
| [github.com/cloudflare/cloudflare-go](https://github.com/cloudflare/cloudflare-go) | `0.69.0` | `0.76.0` |
| [github.com/digitalocean/godo](https://github.com/digitalocean/godo) | `1.99.0` | `1.102.1` |
| [github.com/dnsimple/dnsimple-go](https://github.com/dnsimple/dnsimple-go) | `1.2.0` | `1.4.0` |
| [github.com/gophercloud/gophercloud](https://github.com/gophercloud/gophercloud) | `1.4.0` | `1.6.0` |
| [github.com/linode/linodego](https://github.com/linode/linodego) | `1.17.0` | `1.21.0` |
| [github.com/oracle/oci-go-sdk/v65](https://github.com/oracle/oci-go-sdk) | `65.41.0` | `65.49.0` |
| [github.com/ovh/go-ovh](https://github.com/ovh/go-ovh) | `1.4.1` | `1.4.2` |
| [github.com/pluralsh/gqlclient](https://github.com/pluralsh/gqlclient) | `1.3.17` | `1.10.0` |
| [github.com/projectcontour/contour](https://github.com/projectcontour/contour) | `1.25.0` | `1.26.0` |
| [github.com/scaleway/scaleway-sdk-go](https://github.com/scaleway/scaleway-sdk-go) | `1.0.0-beta.17` | `1.0.0-beta.20` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.684` | `1.0.746` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.684` | `1.0.746` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.684` | `1.0.746` |
| [github.com/transip/gotransip/v6](https://github.com/transip/gotransip) | `6.20.0` | `6.21.0` |
| [go.uber.org/ratelimit](https://github.com/uber-go/ratelimit) | `0.2.0` | `0.3.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.14.0` | `0.15.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.11.0` | `0.12.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.128.0` | `0.140.0` |
| gopkg.in/ns1/ns1-go.v2 | `2.7.6` | `2.7.8` |
| [istio.io/api](https://github.com/istio/api) | `0.0.0-20230524015941-fa6c5f7916bf` | `1.19.0` |
| [istio.io/client-go](https://github.com/istio/client-go) | `1.18.0` | `1.19.0` |


Updates `github.com/F5Networks/k8s-bigip-ctlr/v2` from 2.13.0 to 2.14.0
- [Release notes](https://github.com/F5Networks/k8s-bigip-ctlr/releases)
- [Changelog](https://github.com/F5Networks/k8s-bigip-ctlr/blob/master/docs/RELEASE-NOTES.rst)
- [Commits](F5Networks/k8s-bigip-ctlr@v2.13.0...v2.14.0)

Updates `github.com/IBM/go-sdk-core/v5` from 5.13.4 to 5.14.1
- [Release notes](https://github.com/IBM/go-sdk-core/releases)
- [Changelog](https://github.com/IBM/go-sdk-core/blob/main/CHANGELOG.md)
- [Commits](IBM/go-sdk-core@v5.13.4...v5.14.1)

Updates `github.com/IBM/networking-go-sdk` from 0.42.0 to 0.42.2
- [Release notes](https://github.com/IBM/networking-go-sdk/releases)
- [Changelog](https://github.com/IBM/networking-go-sdk/blob/master/CHANGELOG.md)
- [Commits](IBM/networking-go-sdk@v0.42.0...v0.42.2)

Updates `github.com/aliyun/alibaba-cloud-sdk-go` from 1.62.380 to 1.62.549
- [Release notes](https://github.com/aliyun/alibaba-cloud-sdk-go/releases)
- [Changelog](https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/ChangeLog.txt)
- [Commits](aliyun/alibaba-cloud-sdk-go@v1.62.380...v1.62.549)

Updates `github.com/ans-group/sdk-go` from 1.16.5 to 1.16.10
- [Release notes](https://github.com/ans-group/sdk-go/releases)
- [Commits](ans-group/sdk-go@v1.16.5...v1.16.10)

Updates `github.com/aws/aws-sdk-go` from 1.44.285 to 1.45.7
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.44.285...v1.45.7)

Updates `github.com/civo/civogo` from 0.3.14 to 0.3.45
- [Release notes](https://github.com/civo/civogo/releases)
- [Changelog](https://github.com/civo/civogo/blob/master/changelog.yml)
- [Commits](civo/civogo@v0.3.14...v0.3.45)

Updates `github.com/cloudflare/cloudflare-go` from 0.69.0 to 0.76.0
- [Release notes](https://github.com/cloudflare/cloudflare-go/releases)
- [Changelog](https://github.com/cloudflare/cloudflare-go/blob/master/CHANGELOG.md)
- [Commits](cloudflare/cloudflare-go@v0.69.0...v0.76.0)

Updates `github.com/digitalocean/godo` from 1.99.0 to 1.102.1
- [Release notes](https://github.com/digitalocean/godo/releases)
- [Changelog](https://github.com/digitalocean/godo/blob/main/CHANGELOG.md)
- [Commits](digitalocean/godo@v1.99.0...v1.102.1)

Updates `github.com/dnsimple/dnsimple-go` from 1.2.0 to 1.4.0
- [Changelog](https://github.com/dnsimple/dnsimple-go/blob/main/CHANGELOG.md)
- [Commits](dnsimple/dnsimple-go@v1.2.0...v1.4.0)

Updates `github.com/gophercloud/gophercloud` from 1.4.0 to 1.6.0
- [Release notes](https://github.com/gophercloud/gophercloud/releases)
- [Changelog](https://github.com/gophercloud/gophercloud/blob/v1.6.0/CHANGELOG.md)
- [Commits](gophercloud/gophercloud@v1.4.0...v1.6.0)

Updates `github.com/linode/linodego` from 1.17.0 to 1.21.0
- [Release notes](https://github.com/linode/linodego/releases)
- [Commits](linode/linodego@v1.17.0...v1.21.0)

Updates `github.com/oracle/oci-go-sdk/v65` from 65.41.0 to 65.49.0
- [Release notes](https://github.com/oracle/oci-go-sdk/releases)
- [Changelog](https://github.com/oracle/oci-go-sdk/blob/master/CHANGELOG.md)
- [Commits](oracle/oci-go-sdk@v65.41.0...v65.49.0)

Updates `github.com/ovh/go-ovh` from 1.4.1 to 1.4.2
- [Release notes](https://github.com/ovh/go-ovh/releases)
- [Commits](ovh/go-ovh@v1.4.1...v1.4.2)

Updates `github.com/pluralsh/gqlclient` from 1.3.17 to 1.10.0
- [Release notes](https://github.com/pluralsh/gqlclient/releases)
- [Changelog](https://github.com/pluralsh/gqlclient/blob/main/.releaserc)
- [Commits](pluralsh/gqlclient@v1.3.17...v1.10.0)

Updates `github.com/projectcontour/contour` from 1.25.0 to 1.26.0
- [Release notes](https://github.com/projectcontour/contour/releases)
- [Changelog](https://github.com/projectcontour/contour/blob/main/RELEASES.md)
- [Commits](projectcontour/contour@v1.25.0...v1.26.0)

Updates `github.com/scaleway/scaleway-sdk-go` from 1.0.0-beta.17 to 1.0.0-beta.20
- [Release notes](https://github.com/scaleway/scaleway-sdk-go/releases)
- [Changelog](https://github.com/scaleway/scaleway-sdk-go/blob/master/CHANGELOG.md)
- [Commits](scaleway/scaleway-sdk-go@v1.0.0-beta.17...v1.0.0-beta.20)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common` from 1.0.684 to 1.0.746
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.684...v1.0.746)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod` from 1.0.684 to 1.0.746
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.684...v1.0.746)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns` from 1.0.684 to 1.0.746
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.684...v1.0.746)

Updates `github.com/transip/gotransip/v6` from 6.20.0 to 6.21.0
- [Release notes](https://github.com/transip/gotransip/releases)
- [Commits](transip/gotransip@v6.20.0...v6.21.0)

Updates `go.uber.org/ratelimit` from 0.2.0 to 0.3.0
- [Changelog](https://github.com/uber-go/ratelimit/blob/main/CHANGELOG.md)
- [Commits](uber-go/ratelimit@v0.2.0...v0.3.0)

Updates `golang.org/x/net` from 0.14.0 to 0.15.0
- [Commits](golang/net@v0.14.0...v0.15.0)

Updates `golang.org/x/oauth2` from 0.11.0 to 0.12.0
- [Commits](golang/oauth2@v0.11.0...v0.12.0)

Updates `google.golang.org/api` from 0.128.0 to 0.140.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.128.0...v0.140.0)

Updates `gopkg.in/ns1/ns1-go.v2` from 2.7.6 to 2.7.8

Updates `istio.io/api` from 0.0.0-20230524015941-fa6c5f7916bf to 1.19.0
- [Commits](https://github.com/istio/api/commits/1.19.0)

Updates `istio.io/client-go` from 1.18.0 to 1.19.0
- [Commits](istio/client-go@v1.18.0...1.19.0)

---
updated-dependencies:
- dependency-name: github.com/F5Networks/k8s-bigip-ctlr/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/IBM/go-sdk-core/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/IBM/networking-go-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aliyun/alibaba-cloud-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/ans-group/sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/civo/civogo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/cloudflare/cloudflare-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/digitalocean/godo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/dnsimple/dnsimple-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/gophercloud/gophercloud
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/linode/linodego
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/oracle/oci-go-sdk/v65
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/ovh/go-ovh
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/pluralsh/gqlclient
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/projectcontour/contour
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/scaleway/scaleway-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/transip/gotransip/v6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: go.uber.org/ratelimit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: gopkg.in/ns1/ns1-go.v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: istio.io/api
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: istio.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 12, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 13, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 13, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/dev-dependencies-94b2d69506 branch September 13, 2023 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants